go/ast.commentListReader.comment (field)

6 uses

	go/ast (current package)
		commentmap.go#L83: 	comment  *CommentGroup  // comment group at current index
		commentmap.go#L93: 		r.comment = r.list[r.index]
		commentmap.go#L94: 		r.pos = r.fset.Position(r.comment.Pos())
		commentmap.go#L95: 		r.end = r.fset.Position(r.comment.End())
		commentmap.go#L185: 			if top := stack.pop(r.comment.Pos()); top != nil {
		commentmap.go#L221: 			cmap.addComment(assoc, r.comment)